home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / bin / scim-setup < prev    next >
Encoding:
Text File  |  2007-03-05  |  1.1 KB  |  33 lines

  1. #!/bin/sh
  2. # Smart Common Input Method
  3. #
  4. # Copyright (c) 2002-2004 James Su <suzhe@tsinghua.org.cn>
  5. #
  6. #
  7. # This library is free software; you can redistribute it and/or
  8. # modify it under the terms of the GNU Lesser General Public
  9. # License as published by the Free Software Foundation; either
  10. # version 2 of the License, or (at your option) any later version.
  11. #
  12. # This library is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. # GNU Lesser General Public License for more details.
  16. # You should have received a copy of the GNU Lesser General Public
  17. # License along with this program; if not, write to the
  18. # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  19. # Boston, MA  02111-1307  USA
  20.  
  21. # $Id: scim-setup.in,v 1.1 2005/01/03 03:41:06 suzhe Exp $
  22.  
  23. prefix=/usr
  24. exec_prefix=${prefix}
  25. libdir=${exec_prefix}/lib
  26. includedir=${prefix}/include
  27. localedir=${prefix}/share/locale
  28. datadir=${prefix}/share
  29. sysconfdir=/etc
  30.  
  31. ${exec_prefix}/lib/scim-1.0/scim-helper-launcher setup 8034d025-bdfc-4a10-86a4-82b9461b32b0 $*
  32.